Current File : /var/www/vinorea/var/cache/dev/ContainerNf3vR0M/getForm_Type_FeatureService.php |
<?php
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
// This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
// Returns the public 'form.type.feature' shared service.
$this->services['form.type.feature'] = $instance = new \PrestaShopBundle\Form\Admin\Sell\Catalog\FeatureType(($this->services['PrestaShop\\PrestaShop\\Adapter\\Feature\\MultistoreFeature'] ?? $this->getMultistoreFeatureService())->isUsed());
$instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
return $instance;